Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMET-3275 ::: iOS ::: Add Privacy Manifest #54

Merged

Conversation

OS-ricardomoreirasilva
Copy link
Contributor

@OS-ricardomoreirasilva OS-ricardomoreirasilva commented Apr 3, 2024

Description

Update OSSocialLoginsLib.xcframework to the latest version. Considering that the xcframework is now dynamic, the plugin needs to add the 3rd party dependencies, through Cocoapods.

Disclaimer

The license/snyk check is failing due to an issue on Android's build.gradle file. As it doesn't relate to the related task, this will be addressed as part of RMET-3327.

Context

https://outsystemsrd.atlassian.net/browse/RMET-3275

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality not to work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

Tests

Manual tests were also performed.

Screenshots (if appropriate)

Social Login Mobile - Demo-PrivacyReport 2024-04-02 16-00-20.pdf

Checklist

  • Pull request title follows the format RNMT-XXXX <title>
  • Code follows code style of this project
  • CHANGELOG.md file is correctly updated
  • Changes require an update to the documentation
    • Documentation has been updated accordingly

@OS-ricardomoreirasilva OS-ricardomoreirasilva changed the title Feat/rmet 3275/add privacy manifest RMET-3275 ::: iOS ::: Add Privacy Manifest Apr 3, 2024
Update `OSSocialLoginsLib.xcframework` to the latest version. Considering that the `xcframework` is now dynamic, the plugin needs to add the 3rd party dependencies, through Cocoapods.

References: https://outsystemsrd.atlassian.net/browse/RMET-3275
@OS-ricardomoreirasilva OS-ricardomoreirasilva marked this pull request as ready for review April 4, 2024 10:33
@OS-ricardomoreirasilva OS-ricardomoreirasilva requested a review from a team as a code owner April 4, 2024 10:33
@OS-ricardomoreirasilva OS-ricardomoreirasilva self-assigned this Apr 4, 2024
@OS-ricardomoreirasilva OS-ricardomoreirasilva merged commit 8be8a7f into development Apr 4, 2024
3 of 4 checks passed
@OS-ricardomoreirasilva OS-ricardomoreirasilva deleted the feat/RMET-3275/add-privacy-manifest branch April 4, 2024 15:04
OS-ricardomoreirasilva added a commit that referenced this pull request Apr 15, 2024
* chore: Add Unreleased Tag to CHANGELOG

* fix: Optional Apple SignIn (#36)

Apply fix on hook that checks if Apple SignIn should be included on the plugin or not. This is done by changing the Debug and Release Entitlements files.

* RMET-2252 :: Remove JSON file dependency , add Endpoint (#38)

* feat: add endpoint logic to android hook

* fix: add config parser import

* removing fetch + add axios

* minor typo fix

* feat: add get endpoint to iOS

* remove static dependency

* adding more error handling

* chore: refactor

* refactor: rename preference to be more accurate

* reactor: change preference according to Dev Exp suggestion

* fix: change error accordingly

* feat: iOS | Update Error Codes (#40)

Update error codes.
Update library to use new error descriptions.
Delete console logs from hook.

* RMET-2343 Social Logins Plugin - Update error codes (#39)

* feat: format error codes

References: https://outsystemsrd.atlassian.net/browse/RMET-2343

* chore: update changelog

* fix: fixing typo on error message

---------

Co-authored-by: Marta Carlos <marta.carlos@outsystems.com>

* chore: Set Release Tag

Set Release Tag and update Android and iOS libraries to the latest ones.

* RMET-2844 ::: Android ::: Facebook fix for MABS 10 (#43)

* fix: updated facebook-android-sdk version for MABS10 bug.

* fix: added sociallogins lib 1.1.1-r1

* chore: updated changelog

* chore: bumped version to 1.1.2

* fix: Deep Link Issue (#45)

Fix issue with the deep link, where the plugin would replace all `URLScheme`'s with the ones expected by the plugin.

References: https://outsystemsrd.atlassian.net/browse/RMET-3063

* chore: prepare for release (#46)

- updates package version
- updates changelog
- updates plugin.xml

https://outsystemsrd.atlassian.net/browse/RMET-3064

* fix: Deep Link to Specific Screen Issue (#48)

Fix the issue with the deep link, where the plugin would not delegate the `ApplicationID` deep link to `CDVAppDelegate`, not making the expected route to the desired screen.

References: https://outsystemsrd.atlassian.net/browse/RMET-3139

* RMET-2800 ::: iOS ::: Add new `GIDClientID` Property (#49)

* chore: New Google Client ID for iOS library

Update 'OSSocialLoginsLib.xcframework' to the latest version. For Google Sign-in, this requires a new property for the 'Info.plist' file: 'GIDClientID'. This is set, if configured, through the 'iOSCopyPreference' hook, based on the Google URL Scheme value.
Do some refactoring to the 'iOSCopyPreferences' hook and 'plugin.xml', removing redundant code and unneeded placeholders.

References: https://outsystemsrd.atlassian.net/browse/RMET-2800

* chore: Add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-2800

* feat: raise iOS lib (#51)

- adds the new version of iOS' lib which raises Google and Facebook dependencies versions
- updates changelog and packagejson

https://outsystemsrd.atlassian.net/browse/RMET-3236

* feat: update hook error flow (#53)

- updates error message with placeholder for plugin specific errors

https://outsystemsrd.atlassian.net/browse/RMET-3310

* RMET-3275 ::: iOS ::: Add Privacy Manifest (#54)

* chore: Add iOS Dependencies

Update `OSSocialLoginsLib.xcframework` to the latest version. Considering that the `xcframework` is now dynamic, the plugin needs to add the 3rd party dependencies, through Cocoapods.

References: https://outsystemsrd.atlassian.net/browse/RMET-3275

* chore: Add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-3275

* Prepare release of `2.1.0` (#55)

* chore: update iOS library

Update to version `1.2.0`.

References: https://outsystemsrd.atlassian.net/browse/RMET-3341

* chore: Set Release Version

Prepare release of `2.1.0`.
Clean `CHANGELOG`.

References: https://outsystemsrd.atlassian.net/browse/RMET-3341

---------

Co-authored-by: Marta Carlos <101343976+OS-martacarlos@users.noreply.github.com>
Co-authored-by: Alexandre Jacinto <alexandre.jacinto@outsystems.com>
Co-authored-by: Marta Carlos <marta.carlos@outsystems.com>
Co-authored-by: Nelson Lopes da Silva <5671236+nflsilva@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants